GtkAboutDialog: Fix a parameter check
authorMatthias Clasen <mclasen@redhat.com>
Sat, 7 Jun 2014 14:47:33 +0000 (10:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:30:51 +0000 (13:30 -0400)
commit09a589b716c5b1e11a907cdd6652c7e9c64b465c
tree7e7a601d0004ace107327c7ee43f74318c5cd671
parent06ab3e74770abf1237972c777d8ba9924fb0338c
GtkAboutDialog: Fix a parameter check

When we expanded the GtkLicense enumeration in 3.12, we forgot
to update the limit check in gtk_about_dialog_set_license_type.
Caught by testing property notification for enum properties.
gtk/gtkaboutdialog.c